+
Show TOC
×
Hide TOC
All properties
enableCamera
A flag indicating if the video stream for the current a/v chat session is enabled.
enableMicrophone
A flag indicating if the audio stream for the current a/v chat session is enabled.
iAmRequester
A flag indicating if the current user is the requester of the a/v chat session.
id
ChatSession
The chat session id.
id
Clip
The clip id.
id
LiveCast
The live cast id.
isConnected
AVCastManager
The status of the connection to the Red5 server.
isConnected
AVChatManager
The status of the connection to the Red5 server.
isConnected
AVClipManager
The status of the connection to the Red5 server.
lastModified
The date in which the clip was last modified.
mateId
The SmartFoxServer's user id of the chat mate.
mateName
The SmartFoxServer's user name of the chat mate.
mateStream
The incoming NetStream object of the chat mate.
myStream
The outgoing NetStream object of the current user.
onAVConnectionError
RedBoxCastEvent
static property (event handler)
Dispatched when the connection to Red5 server can't be established.
onAVConnectionError
RedBoxChatEvent
static property (event handler)
Dispatched when the connection to Red5 server can't be established.
onAVConnectionError
RedBoxClipEvent
static property (event handler)
Dispatched when the connection to Red5 server can't be established.
onAVConnectionInited
RedBoxCastEvent
static property (event handler)
Dispatched when the connection to Red5 server has been established.
onAVConnectionInited
RedBoxChatEvent
static property (event handler)
Dispatched when the connection to Red5 server has been established.
onAVConnectionInited
RedBoxClipEvent
static property (event handler)
Dispatched when the connection to Red5 server has been established.
onChatRefused
static property (event handler)
Dispatched when an a/v chat request has been refused by the recipient.
onChatRequest
static property (event handler)
Dispatched when an a/v chat request is received.
onChatStarted
static property (event handler)
Dispatched when an a/v chat session is started, after the recipient accepted the requester's invitation.
onChatStopped
static property (event handler)
Dispatched when an a/v chat session is stopped.
onClipAdded
static property (event handler)
Dispatched when a new a/v clip has been submitted by one of the users in the current zone.
onClipDeleted
static property (event handler)
Dispatched when an a/v clip has been deleted by one of the users in the current zone.
onClipList
static property (event handler)
Dispatched when clips list is returned, in response to a
com.smartfoxserver.redbox.AVClipManager.getClipList
request.
onClipRecordingStarted
static property (event handler)
Dispatched when the recording of an a/v clip starts, in response to a
com.smartfoxserver.redbox.AVClipManager.startClipRecording
request.
onClipSubmissionFailed
static property (event handler)
Dispatched when an error occurs in the RedBox server-side extension after submitting an a/v clip.
onClipUpdated
static property (event handler)
Dispatched when the properties of an a/v clip have been updated by one of the users in the current zone.
onDuplicateRequest
static property (event handler)
Dispatched when a chat request is sent, but a mutual request has already been sent by the recipient.
onLiveCastPublished
static property (event handler)
Dispatched when a user in the current room published his own live stream.
onLiveCastUnpublished
static property (event handler)
Dispatched when a user in the current room stops his own live stream.
onRecipientMissing
static property (event handler)
Dispatched when a chat request is sent, but the recipient is not available.
params
RedBoxCastEvent
The parameters for this event.
params
RedBoxChatEvent
The parameters for this event.
params
RedBoxClipEvent
The parameters for this event.
properties
The properties associated with the clip.
REQ_TYPE_RECEIVE
static property
Audio/video chat request type: "stream from recipient to requester".
REQ_TYPE_SEND
static property
Audio/video chat request type: "stream from requester to recipient".
REQ_TYPE_SEND_RECEIVE
static property
Audio/video chat request type: "bi-directional stream".
requestType
The a/v chat request type.
rtmpURL
The full RMTP url of the clip.
size
The size in bytes of the clip.
status
The chat session status.
STATUS_ACCEPTED
static property
Chat session status: "accepted".
STATUS_ACTIVE
static property
Chat session status: "active".
STATUS_PENDING
static property
Chat session status: "pending".
stream
The incoming NetStream object of the live a/v cast.
userId
The id of the live cast owner.
username
Clip
The clip owner.
username
LiveCast
The username of the live cast owner.